home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / DEMOS / IDEAS / Imakefile < prev    next >
Encoding:
Makefile  |  1998-08-12  |  485 b   |  21 lines

  1.  
  2. /* Copyright (c) Mark J. Kilgard, 1994. */
  3.  
  4. #include "../../../Glut.cf"
  5.  
  6. TARGETS = ideas
  7.  
  8. SRCS = a.c b.c d.c draw_holder.c draw_lamp.c draw_logo.c \
  9.   draw_logo_line.c draw_logo_shadow.c e.c f.c h.c i.c ideas.c m.c n.c \
  10.   o.c p.c r.c s.c t.c w.c
  11.  
  12. OBJS = a.o b.o d.o draw_holder.o draw_lamp.o draw_logo.o \
  13.   draw_logo_line.o draw_logo_shadow.o e.o f.o h.o i.o ideas.o m.o n.o \
  14.   o.o p.o r.o s.o t.o w.o
  15.  
  16. AllTarget($(TARGETS))
  17.  
  18. NormalGlutProgramTarget(ideas,$(OBJS))
  19.  
  20. DependTarget()
  21.